repo.or.cz
/
and.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding file descriptor in template.
[and.git]
/
724 - Reverse
/
724.cpp
blob
a5dc6a90c2235ab92158abfa708addf63580884d
1
#include <iostream>
2
using namespace
std
;
3
4
int
main
(){
5
string s
;
6
while
(
getline
(
cin
,
s
)){
7
cout
<<
"cout <<
\"
"
<<
s
<<
"
\"
<< endl;"
<<
endl
;
8
}
9
10
return
0
;
11
}